type crypto/x509.authKeyId

4 uses

	crypto/x509 (current package)
		x509.go#L208: type authKeyId struct {
		x509.go#L1136: 		ret[n].Value, err = asn1.Marshal(authKeyId{authorityKeyId})
		x509.go#L1742: 		aki.Value, err = asn1.Marshal(authKeyId{Id: c.SubjectKeyId})
		x509.go#L2375: 	aki, err := asn1.Marshal(authKeyId{Id: issuer.SubjectKeyId})